
@media only screen and (min-width:1639px) {
.w1639 {
	width: 1639px;
	margin: 0 auto;
}
}

@media only screen and (max-width:1639px) {
.w1639 {
	width: 100%;
	margin: 0 auto;
}
}

@media only screen and (min-width:1440px) {
.w1440 {
	width: 1440px;
	margin: 0 auto;
}
}

@media only screen and (max-width:1440px) {
.w1440 {
	width: 100%;
	margin: 0 auto;
}
}
/*头部*/
.header_new {
	width: 100%;
	z-index: 1000;
}
.header_new .header_new1 {
	background: #2fbaa9;
}
.header_new .header_new1 .w1639 {
	height: 104px;
	position: relative;
}
.header_new .header_new1 .w1639 h2.logo {
	padding-left: 6%;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.header_new .header_new1 .w1639 p {
	position: absolute;
	right: 0;
	top: 50%;
	padding-right: 6%;
	width: 40%;
	text-align: right;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.header_new .header_new1 .w1639 h5.menu {
	position: absolute;
	right: 0;
	top: 50%;
	padding-right: 6%;
	width: 40%;
	text-align: right;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	cursor: pointer;
}
.header_new .header_new1 .w1639 p span.a2 {
	padding-top: 0.3rem;
}
.header_new .header_new2 {
	background: #282828;
}
.header_new .header_new2 .w1639 {
	height: 49px;
}
.header_new .header_new2 .w1639 ul {
	line-height: 49px;
	padding-left: 6%;
	padding-right: 6%;
}
.header_new .header_new2 .w1639 ul li {
	float: left;
	margin-right: 4.5%;
}
.header_new .header_new2 .w1639 ul li a {
	color: #2fbaa9;
}
.header_new .header_new2 .w1639 ul li a:hover, .header_new .header_new2 .w1639 ul li.select a {
	color: #fff;
}
/*banner*/
.banner {
	margin-top: 0px;
}

/*头部的兼容效果*/
@media only screen and (max-width:1000px) {
.header_new .header_new2 {
	display: none;
}
.header_new .header_new1 .w1639 {
	height: 80px;
	position: relative;
}
.header_new .header_new1 .w1639 h2.logo {
	width: 30%;
}
.header_new .header_new1 .w1639 h5.menu {
	display: block;
}
.header_new .header_new1 .w1639 p {
	display: none;
}
.banner {
	margin-top: 80px;
}
.header_new {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}
}

@media only screen and (max-width:768px) {
.header_new .header_new1 .w1639 {
	height: 60px;
	position: relative;
}
.banner {
	margin-top: 60px;
}

.banner picture ,.banner img{ display:none !important;}

}
/*首页公司简介*/
.new_profile {
	background: #e5e5e5;
}
.new_profile .index_profile h6.zhiwei {
	position: absolute;
	right: 0%;
	bottom: 10%;
}

@media only screen and (max-width:1000px) {
.new_profile .index_profile h6.zhiwei {
	position: relative;
	right: auto;
	bottom: auto;
}
.new_profile .index_profile h6.zhiwei i, .new_profile .index_profile h6.zhiwei span {
	text-align: center !important;
}
.new_profile .index_profile h6.zhiwei span {
	margin-top: 1%;
}
}

@media only screen and (max-width:768px){
	
	.index_profile  .profile_content{ padding-top:0.67rem; line-height:165% !important; }
	.index_profile {  padding-top:1.5rem; padding-bottom:1.8rem;}
}



/*类别的定义*/
ul.case_type {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.case_type li {
	width: 33%;
}
ul.case_type li a {
	display: block;
	height: 335px; 
	background: #f4f4f4;
	text-align: center;
}
ul.case_type li a strong {
	padding-top: 7%;
}
ul.case_type li a strong span {
	text-transform: uppercase;
}
ul.case_type li a i {
	
	display: block;  /*保持居中效果*/ height: 168px; width: 168px; margin: 0 auto; position: relative; cursor:pointer;
	margin-top: 5%;
}

ul.case_type li a i label{ display:block;height: 160px; width: 160px; border: 4px solid #2FBAA9; border-radius: 50%; position: absolute; left: 0; top: 0; }


@media only screen and (max-width:1000px) {
ul.case_type li a {
	height: auto;
	padding-bottom: 7%
}
}

@media only screen and (max-width:866px) {
ul.case_type {
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.case_type li {
	width: 100%;
	margin-bottom: 1%;
}

ul.case_type li a strong{ padding-top:4%;}
ul.case_type li a {	padding-bottom: 4% ;}
ul.case_type li a i{margin-top: 2%;  }

}

/*动画效果部分 记得开始 结束====================================================================*/
ul.case_type li:nth-child(3) a i{ background-image: url(../img2/11.png); background-repeat: no-repeat; background-position: 0 0px; }
ul.case_type li:nth-child(2) a i{ background-image: url(../img2/12.png); background-repeat: no-repeat; background-position: 0 0px; }
ul.case_type li:nth-child(1) a i{ background-image: url(../img2/13.png); background-repeat: no-repeat; background-position: 0 0px; }

ul.case_type li:nth-child(4) a i{ background-image: url(../img2/14.png); background-repeat: no-repeat; background-position: 0 0px; }
ul.case_type li:nth-child(5) a i{ background-image: url(../img2/15.png); background-repeat: no-repeat; background-position: 0 0px; }


ul.case_type li a:hover i{

animation:zhen1 1s steps(1, start) infinite;
-webkit-animation:zhen1 1s steps(1, start) infinite;
-moz-animation:zhen1 1s steps(1, start) infinite;


}

ul.case_type li a:hover{ background:#2FBAA9; color: #fff;}

ul.case_type li a:hover i label{ 

height: 168px; width: 168px; background: url(../img2/roll.png) no-repeat 0 0; border: 0;

animation: roll_d 1s linear infinite;
-webkit-animation: roll_d 1s linear infinite;
-moz-animation: roll_d 1s linear infinite;
 
}

@keyframes roll_d{

0%{ transform:rotate(0deg);}
50%{ transform:rotate(180deg); }
100%{ transform:rotate(358deg); }

}



-wbkit-@keyframes roll_d{

0%{ -wbkit-transform:rotate(0deg);}
50%{ -wbkit-transform:rotate(180deg); }
100%{ -wbkit-transform:rotate(358deg); }

}


-moz-@keyframes roll_d{

0%{ -moz-transform:rotate(0deg);}
50%{ -moz-transform:rotate(180deg); }
100%{ -moz-transform:rotate(358deg); }

}





@keyframes zhen1{

	0{ background-position: -385px 0;  }
	20%,40%{ background-position: -573px 0;  }
	60%,80%{  background-position: -761px 0; }
	100%{  background-position: -951px 0; }

}

-webkit-@keyframes zhen1{

	0{ background-position: -385px 0;  }
	20%,40%{ background-position: -573px 0;  }
	60%,80%{  background-position: -761px 0; }
	100%{  background-position: -951px 0; }

}


-moz-@keyframes zhen1{

	0{ background-position: -385px 0;  }
	20%,40%{ background-position: -573px 0;  }
	60%,80%{  background-position: -761px 0; }
	100%{  background-position: -951px 0; }

}





/*首页标题部分*/
.index_case_title {
	border-bottom: 2px solid #eaeaea;
	padding-top: 2.4%;
	padding-bottom: 1%;
}
.index_case_title a {
}
.index_case_title .w1639 {
	position: relative;
}
.index_case_title .w1639 a {
	position: absolute;
	right: 0%;
	bottom: 1%;
}
.index_case_title .w1639 a:hover {
	color: #2fbaa9;
}
/*案例布局*/
ul.case_list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 1%;
}
ul.case_list li {
	width: 24.8%;
}
ul.case_list li a {
	display: block;
	position: relative;
}
ul.case_list li a .detail_t {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	display: none;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
ul.case_list li a::before {
	display: none;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(47,186,169,0.8);
}
ul.case_list li a strong {
	color: #fff;
}
ul.case_list li a strong span {
	padding-top: 2%;
	padding-bottom: 4%;
}
ul.case_list li a:hover::before {
	display: block;
}
ul.case_list li a:hover .detail_t {
	display: block;
}

@media only screen and (max-width:866px) {
ul.case_list li {
	width: 48.8%;
	text-align: center;
	margin-bottom: 1%;
}
ul.case_list {
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.index_case_title .w1639 a {
	position: relative;
	right: auto;
	bottom: auto;
	padding-top: 2%;
	display: block;
}
}

@media only screen and (max-width:500px) {
ul.case_list li {
	width: 100%;
}
}
/*客户*/
.customer_list1 {
	padding-top: 3%;
	padding-left: 1%;
	padding-right: 1%;
}

@media only screen and (max-width:768px) {
.partner {
	display: none;
}
}
/*新闻 首页*/
.news_index {
	padding-top: 2%;
	padding-bottom: 2%;
	background: #e5e5e5;
	margin-top: 0.6%;
}
.news_index .news_title {
	padding-bottom: 1.5%;
	position: relative;
	padding-left: 0%;
	padding-right: 0%;
}
.news_index .news_title a {
	position: absolute;
	right: 0;
	padding-right: 0%;
	bottom: 30%;
}
ul.news_list_index {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-webkit-box-pack: justify;/*
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	*/
}
ul.news_list_index li {
	width: 33%;
	margin-bottom: 1%;
	margin-right: 0.5%;
}

ul.news_list_index li:nth-child(3n) {
	margin-right: 0;
}
ul.news_list_index li a strong {
	padding-top: 2%;
	color: #009999
}
ul.news_list_index li a p {
	padding-top: 1.12%;
}
ul.news_list_index li a p span {
	color: #009999
}
ul.news_list_index li a i {
	display: block;
	position: relative;
}
ul.news_list_index li a i::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,186,169,0.8);
	display: none;
}
ul.news_list_index li a i label {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-style: normal !important;
	text-align: center;
	display: none;
}
ul.news_list_index li a:hover i::before, ul.news_list_index li a:hover i label {
	display: block;
}

@media only screen and (max-width:1000px) {
.news_index .news_title {
	text-align: center;
}
}

@media only screen and (max-width:866px) {
.news_index .news_title a {
	position: relative;
	right: auto;
	bottom: auto;
	padding-top: 2%;
	display: block;
}
}

@media only screen and (max-width:768px) {
ul.news_list_index {
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.news_list_index li {
	width: 99%;
	margin: 0 auto;
	margin-bottom: 2rem;
	text-align: center
}
}





/*版权*/
.footer_new {
	background: #282828;
	padding-top: 2.0%;
	padding-bottom: 1.8%;
}
.footer_new ul.footer_nav {
}
.footer_new ul.footer_nav li {
	float: left;
	box-sizing: border-box;
	margin-right: 3.9%;
	margin-bottom: 1%;
}
.footer_new ul.footer_nav li a {
	color: #2fbaa9;
}
.footer_new ul.footer_nav li a:hover {
	text-decoration: underline;
}
.footer_new .address_new {
	padding-top: 3.6%;
	position: relative;
}
.footer_new .address_new .add1 p {
	padding-top: 0.8%;
}
.footer_new .address_new .add1 a {
	color: #2fbaa9;
}
.footer_new .address_new .add1 a:hover {
	text-decoration: underline;
}
.footer_new .address_new .add2 {
	padding-top: 2.2%;
}
.footer_new .address_new .erweima {
	position: absolute;
	right: 0;
	bottom: 8px;
	text-align: right;
}
.footer_new .address_new .erweima p {
	padding-top: 2%;
}
.footer_new .item_3 {
	padding: 3% 0 1% 0;
	border-bottom: 0px solid #9f9f9f;
}
.footer_new .item_3 a {
	color: #747474; font-size:12px;
}
.footer_new .item_3 ul li {
	color: #999;
}
.footer_new .item_3 ul li {
	float: left;
	overflow: hidden;
	zoom: 1;
}
.footer_new .item_3 ul li a {
	display: block;
	float: left;
	padding-right: 0.24rem;
	padding-left: 0.24rem;
	padding-bottom: 0.24rem;
}
.footer_new .item_3 ul li a:hover {
	color: #fff;
}

.footer_new .item_3 p{ font-size:12px; color:#999; padding-top:0.8rem;}

@media only screen and (max-width:1000px) {
.footer_new .address_new .erweima {
	position: relative;
	right: auto;
	bottom: auto;
	text-align: left;
	padding-top: 2.2%;
}
}

@media only screen and (max-width:500px) {
.footer_new .item_3 {
	display: none;
}
.footer_new {
	padding-bottom: 5%;
}
}

@media only screen and (max-width:1440px) {
.news_index .news_title a {
	padding-right: 2%;
}
.news_index .news_title {
	padding-left: 2%;
}
.index_case_title .w1639 a {
	right: 2%;
}
.new_profile .index_profile h6.zhiwei {
	right: 2%;
}
.footer_new ul.footer_nav {
	padding-left: 2%;
	padding-right: 2%;
}
.footer_new .address_new {
	padding-left: 2%;
	padding-right: 2%;
}
.footer_new .address_new .erweima {
	padding-right: 2%;
}
.footer_new .item_3 {
	padding-left: 2%;
	padding-right: 2%;
}
}

@media only screen and (max-width:768px) {
.footer_new ul.footer_nav {
	display: none !important;
}
.footer_new .address_new {
	text-align: center;
}
.footer_new .address_new .erweima {
	text-align: center;
}
.footer_new .item_3{
	text-align: center;
}



}
/*内页标题*/
h4.nei_title {
	border-bottom: 2px solid #eaeaea;
	padding-top: 3rem;
	padding-bottom: 0.9rem;
	text-transform: uppercase;
}

@media only screen and (max-width:768px) {
h4.nei_title {
	padding-left: 5%;
	padding-right: 5%;
}
}
/*关于我们的战略合作伙伴*/
ul.value_list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	padding-top: 6.5%;
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 3%;
}
ul.value_list li {
	width: 19.6%;
	text-align: center;
	background: #eeeeee;
}
ul.value_list li i {
	width: 132px;
	height: 132px;
	background: #2fbaa9;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
ul.value_list li strong.a1 {
	margin-top: -15%;
}

ul.value_list li strong.a2 {
	margin-bottom: 1rem; padding-top: 0.4rem;
}

/*
ul.value_list li strong::after {
	display: block;
	content: '';
	width: 38px;
	height: 4px;
	background: #2fbaa9;
	width: 20%;
	margin: 0 auto;
	margin-top: 6%;
	margin-bottom: 6%;
}
*/

ul.value_list li p {
	padding-left: 5%;
	padding-right: 5%;
}

@media only screen and (max-width:1000px) {
ul.value_list {
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding-bottom: 0;
	padding-top: 0.5%;
}
ul.value_list li {
	width: 31.5%;
	margin-top: 10%;
	margin-right: 1%;
}
}

@media only screen and (max-width:768px) {
ul.value_list li {
	width: 48.5%;
	margin-top: 15%;
	margin-right: 1%;
}
ul.value_list {
	padding-top: 6%;
	padding-bottom: 10%;
}
}

@media only screen and (max-width:500px) {
ul.value_list li {
	width: 100%;
	margin-top: 20%;
	margin-right: 0%;
}
ul.value_list {
	padding-top: 6%;
	padding-bottom: 10%;
}
}
/*案例的内容部分*/
.new_case_mc {
	padding-top: 2%;
}
.new_case_mc .new_left {
	width: 20%;
	float: left;
}
.new_case_mc .new_right {
	width: 75%;
	float: right;
}
/*内容左侧*/
.new_case_mc .new_left h1.big_case_name b {
	display: block; padding-top: 9px;

	
}
.new_case_mc .new_left h1.big_case_name span {
	height: 30px;
	padding-top: 3px; 
}


.new_case_mc .new_left .service_item {
	margin-top: 64px;
}
.new_case_mc .new_left .service_item p {
	padding-top: 0.2rem;
}
.new_case_mc .new_left .service_item {
	height: 55px;
	border-bottom: 2px solid #e7e7e7;
}
/*案例右侧*/
.new_case_mc .new_right .news_detail {
	height: 152px;
	border-bottom: 2px solid #e7e7e7;
}
.new_case_mc .new_right .news_detail p {
	padding-top: 3px;
	line-height: 170%;
}
.new_case_mc .new_right .right_title {
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-webkit-box-align: flex-end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	height: 40px;
}
.new_case_mc .new_right .case_all_content {
	padding-top: 2%;
}
.new_case_mc .new_right .case_all_content p {
	padding-bottom: 1rem;
}

@media only screen and (max-width:1235px) {
/*案例右侧*/
.new_case_mc .new_right .news_detail {
	height: 182px;
}
.new_case_mc .new_left .service_item {
	margin-top: 94px;
}
}

@media only screen and (max-width:1440px) {
.w1440 .new_case_mc {
	padding-left: 2%;
	padding-right: 2%;
}
}

@media only screen and (max-width:1000px) {
.new_case_mc .new_left {
	width: 100%;
	float: none;
	clear: both;
}
.new_case_mc .new_left .service_item {
	margin-top: 20px;
}
.new_case_mc .new_right {
	width: 100%;
	float: none;
	clear: both;
}
.new_case_mc .new_right .news_detail {
	height: auto;
	padding-bottom: 1rem;
}
}

/*服务页面*/
 

.fuwu_content ul.case_type li a{ padding-top:9%; }

@media only screen and (max-width:1639px) {
.fuwu_content {
	padding-left: 2%;
	padding-right: 2%;
}
}
.fuwu_content ul.case_type {
	padding-bottom: 10%;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fuwu_content ul.case_type li {
	width: 19.5%;
}
.fuwu_content ul.case_type {
	padding-top: 2%;
}
.fuwu_content ul.case_type li i {
	margin-top: 0%;
}
.fuwu_content ul.case_type li strong {
	padding-top: 12%;
}
.fuwu_content ul.case_type li .section_list {
	min-height: 224px; padding-top: 1rem;
}
.fuwu_content ul.case_type li:nth-child(1) .section_list {
	background: url(../img2/bg1.jpg) no-repeat 50% 0;
	background-size: cover;
}
.fuwu_content ul.case_type li:nth-child(2) .section_list {
	background: url(../img2/bg2.jpg) no-repeat 50% 0;
	background-size: cover;
}
.fuwu_content ul.case_type li:nth-child(3) .section_list {
	background: url(../img2/bg3.jpg) no-repeat 50% 0;
	background-size: cover;
}
.fuwu_content ul.case_type li:nth-child(4) .section_list {
	background: url(../img2/bg4.jpg) no-repeat 50% 0;
	background-size: cover;
}
.fuwu_content ul.case_type li:nth-child(5) .section_list {
	background: url(../img2/bg5.jpg) no-repeat 50% 0;
	background-size: cover;
}
.fuwu_content ul.case_type li .section_list {
	position: relative;
}
.fuwu_content ul.case_type li .section_list::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}


.fuwu_content ul.case_type li .section_list dl dd {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 10;
	padding: 3.5% 1% 3.5% 0;
}

@media only screen and (max-width:992px) {
.fuwu_content ul.case_type li {
	width: 32.5%;
}
}

@media only screen and (max-width:768px) {
.fuwu_content ul.case_type li {
	width: 49.5%;
}
.fuwu_content ul.case_type li .section_list {
	min-height: auto;
	padding-bottom: 10%;
}
}

@media only screen and (max-width:500px) {

.fuwu_content ul.case_type li .section_list {
	min-height: 170px;
}
}

@media only screen and (max-width:440px) {

.fuwu_content ul.case_type li .section_list {
	min-height: 220px;
}
}


@media only screen and (max-width:400px) {
.fuwu_content ul.case_type li {
	width: 100%;
}
.fuwu_content ul.case_type li .section_list {
	min-height: auto;
}
}


/*操作按效果*/
.op_btn ul {
	text-align: center;
	padding-top: 2%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between; padding-bottom: 2%;
}
.op_btn ul li.next a, .op_btn ul li.pre a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
}
.op_btn ul li.pre a .text {
	text-align: left;
	line-height: 190%;
	padding-top: 0.3rem;
	padding-left: 1rem;
	color: #a8a8a8;
}
.op_btn ul li.next a .text {
	text-align: right;
	line-height: 190%;
	padding-top: 0.3rem;
	padding-right: 1rem;
	color: #a8a8a8;
}

.op_btn ul li.more a .text {
	padding-top: 0.3rem; display: inline-block; padding-left: 0.7rem;
}




@media only screen and (max-width:568px) {
	
	.op_btn ul li .text { display:none;}
	.op_btn ul li.more a .text{ display:none;}
	.op_btn ul{padding-top: 0%; padding-bottom: 2%;}
	


}

@media only screen and (max-width:400px) {
	
	
	
.op_btn ul {
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.op_btn ul li {
	
}
.op_btn ul li.next a, .op_btn ul li.pre a {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.op_btn ul li.next a i, .op_btn ul li.pre a i {
	width: 100%;
}
.op_btn ul li {
	margin-top: 3%;
}
.op_btn ul {
	padding-bottom: 3%;
}

}




/* ============================================*/
/*案例详细页面*/
.op_and{
	

	position: fixed;
	z-index: 9999;
	left: 50%;
	top: 30%;
	margin-left: 740px;
	
	
}

.op_and a {
	display: block;
}
.op_and a.next_p {
	padding-top: 2rem;
}

.op_and a.cancel_p {
	padding-top: 25rem;
}



@media only screen and (max-width:1000px) {
.op_and {
	display: none !important;
}
}





@media only screen and (min-height:900px) {


.op_and a.cancel_p {
	padding-top: 40rem;
}


}




@media only screen and (max-height:900px) {


.op_and a.cancel_p {
	padding-top:25rem;
}


}






/**/

.goTop{ position:fixed; right: 10px; bottom: 10px; cursor: pointer;z-index: 999999999; display: none; width: 30px;}

@media only screen and (max-width:768px){
	
	.goTop{ display:block !important;}

}



.show_inf_text{ min-height:500px; padding-top: 15%;}



@media only screen and (max-height:768px) {



.show_inf_text{ min-height:240px; padding-top: 15%;}

}








